/* DETAILS
==================================================
	Theme Name: Blackpeep
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/


/******************************MEDIA QUERIES***********************/

/*@media (min-width:1600px) {*/
/*    .container {*/
/*        width: 1280px;*/
/*        max-width: 100%*/
/*    }*/
/*}*/
@media screen and (max-width: 1400px) {
    .category .item img {
        width: 150px !important;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        margin: 0 auto 20px;
    }
    .category .item h3 {
        font-size: 18px;
    }
    .ech-pro img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 850px) {
    /*.container {*/
    /*    max-width: 100% !important;*/
    /*}*/
}
@media screen and (max-width: 812px) {}
@media screen and (max-width: 768px) {
    .testimonials .owl-item img {
	width: 100px !important;
	height: 100px !important;
	margin: 10px auto;
	border-radius: 50%;
	object-fit: cover;
	min-height: auto !important;
}
    .testi .item {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 20px #ccc;
	margin: 0;
}
    .testimonials .site-title h2::before {display: none}
    .about h3 {
	color: #47a123;
	font-size: 16px;
}
    .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	min-height: 230px;
	object-fit: cover;
}
    .banner-txt h2,
    .banner-txt p {
        display: none;
    }
    .banner-txt {
        top: auto;
        bottom: 10px;
        left: 10px;
        text-align: center
    }
    .calculator .tab-content p {
        text-align: center;
        line-height: 20px;
    }
    .calculator input[type="submit"] {
        padding: 0px;
        font-size: 14px;
        max-width: 100%;
    }
    .calculator .nav-tabs li a {
        padding: 10px;
        font-size: 16px;
    }
    .calculator {
        max-width: 100%;
        margin: 30px auto 0;
        z-index: 9999;
        position: relative;
    }
    .calculator .form-group label {
        width: 100%;
        float: left;
    }
    .calculator select {
        background: #fff;
        border: 2px solid #ccc;
        margin: 10px 0;
        width: 100%;
        float: left;
        padding: 10px;
        font-size: 14px;
    }
    .calculator input[type="text"] {
        width: 100%;
        float: left;
        border: 2px solid #ccc;
        margin-bottom: 11px;
    }
    .newsletter input {
        margin-bottom: 10px;
    }
    .happy h3 {
        font-weight: 500;
        font-family: Open Sans !important;
        text-align: center;
        font-size: 14px;
    }
    .t-leftt img {
        height: auto;
        object-fit: cover;
        width: 100%;
        margin-bottom: 15px;
    }
    .t-rightt img {
        height: 150px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .ech-pro img {
        width: 100%;
        height: 130px;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .leftt img {
        height: auto;
        width: 100%;
        object-fit: cover;
        object-position: center;
        margin-bottom: 15px;
    }
    .rightt img {
        height: 150px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .small-box.p-4 {
        max-width: 100%;
        margin: 0 auto;
        background: transparent;
        box-shadow: none;
        padding: 0px !important;
    }
    .category .item img {
        width: 100px !important;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        margin: 0 auto 20px;
    }
    .category .item h3 {
        font-size: 16px;
    }
    .site-title h2 {
        font-weight: 700;
        text-align: center;
        font-size: 20px;
    }
    .hero-banner.px-5 {
        padding: 0px !important;
        margin-top: 10px;
    }
    .extra-mnu a {
        color: #000;
        margin-left: 10px;
    }
    .extra-mnu a img {
        width: 22px;
    }
    .search {
        width: 85%;
        margin-top: 0;
    }
    .search input[type="text"] {
        padding: 0 15px;
    }
}
@media screen and (max-width: 736px) {}
@media screen and (max-width: 667px) {}
@media screen and (max-width: 568px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}